[INFO] cloning repository https://github.com/rockwotj/tigerdns
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rockwotj/tigerdns" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frockwotj%2Ftigerdns", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frockwotj%2Ftigerdns'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 692f17d23ae1383dc2d46ef507e080f22140f812
[INFO] fixing rockwotj/tigerdns against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frockwotj%2Ftigerdns" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/rockwotj/tigerdns
[INFO] finished tweaking git repo https://github.com/rockwotj/tigerdns
[INFO] tweaked toml for git repo https://github.com/rockwotj/tigerdns written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rockwotj/tigerdns on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rockwotj/tigerdns already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded io-uring v0.7.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a
[INFO] running `Command { std: "docker" "start" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling io-uring v0.7.11
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tigerdns v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/io.rs:487:19
[INFO] [stdout]     |
[INFO] [stdout] 487 |             comp: pin!(&mut comp),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   expected `Completion<'_>`, found `&mut Completion<'_>`
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the return type of this call is `&mut Completion<'_>` due to the type of the argument passed
[INFO] [stdout]    --> src/io.rs:487:19
[INFO] [stdout]     |
[INFO] [stdout] 487 |             comp: pin!(&mut comp),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ this argument influences the return type of `unreachable_pin_macro_type_constraint`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:2047:7
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             pin!(c"/dev/stdout"),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Pin<&CStr>`
[INFO] [stdout]               found struct `Pin<&mut &CStr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:97:38
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let amt = io.read(socket_fd, pin!(&mut buf[..4096]), 0).await?;
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^ expected `Pin<&mut [u8]>`, found `Pin<&mut &mut [u8]>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Pin<&mut _>`
[INFO] [stdout]               found struct `Pin<&mut &mut _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:101:43
[INFO] [stdout]     |
[INFO] [stdout] 101 |             let amt = io.write(stdout_fd, pin!(recv_buf), 0).await?;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Pin<&_>`
[INFO] [stdout]                found struct `Pin<&mut &_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/io.rs:636:23
[INFO] [stdout]     |
[INFO] [stdout] 636 |                 .open(pin!(c"./src/testdata/foo.txt"), OpenFlags::Readonly)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Pin<&CStr>`
[INFO] [stdout]                found struct `Pin<&mut &CStr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/io.rs:665:21
[INFO] [stdout]     |
[INFO] [stdout] 665 |                     pin!(c"./src/testdata/bar.txt"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Pin<&CStr>`
[INFO] [stdout]                found struct `Pin<&mut &CStr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tigerdns` (bin "tigerdns" test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/io.rs:487:19
[INFO] [stdout]     |
[INFO] [stdout] 487 |             comp: pin!(&mut comp),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   expected `Completion<'_>`, found `&mut Completion<'_>`
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] help: the return type of this call is `&mut Completion<'_>` due to the type of the argument passed
[INFO] [stdout]    --> src/io.rs:487:19
[INFO] [stdout]     |
[INFO] [stdout] 487 |             comp: pin!(&mut comp),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^ this argument influences the return type of `unreachable_pin_macro_type_constraint`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/pin.rs:2047:7
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             pin!(c"/dev/stdout"),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Pin<&CStr>`
[INFO] [stdout]               found struct `Pin<&mut &CStr>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:97:38
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let amt = io.read(socket_fd, pin!(&mut buf[..4096]), 0).await?;
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^ expected `Pin<&mut [u8]>`, found `Pin<&mut &mut [u8]>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Pin<&mut _>`
[INFO] [stdout]               found struct `Pin<&mut &mut _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:101:43
[INFO] [stdout]     |
[INFO] [stdout] 101 |             let amt = io.write(stdout_fd, pin!(recv_buf), 0).await?;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Pin<&_>`
[INFO] [stdout]                found struct `Pin<&mut &_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tigerdns` (bin "tigerdns") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a", kill_on_drop: false }`
[INFO] [stdout] 8fe9e21d049a573b90718ffb6251c987f7a75c0d64ac6511dcafbdc6e491e92a
